<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

html {
	font-size: 100%;
	height: 100%;
	width: 100%;
	outline: none;
}

body {
	background: #FFF;
    font-family:arial, "Microsoft Yahei","黑体", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #373737;
	line-height: 26px;
	text-align: left;
	margin: auto;
	width: 100%;
	height: 100%;
	min-width:1200px;
	outline: none;
}

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@-webkit-keyframes iconFloat {
    0% { top: 0; }
    50% { top: 10px; }
    100% { top: 0; }
}
@-moz-keyframes iconFloat {
    0% { top: 0; }
    50% { top: 10px; }
    100% { top: 0; }
}
@-o-keyframes iconFloat {
    0% { top: 0; }
    50% { top: 10px; }
    100% { top: 0; }
}
@keyframes iconFloat {
    0% { top: 0; }
    50% { top: 10px; }
    100% { top: 0; }
}


a:hover {
	text-decoration: none;
	color: #970208;
}

ul, 
ol {
	padding-left: 0;
	margin: 0
}

li {
	list-style: none;
}

input[type="text"], 
input[type="email"], 
input[type="search"], 
input[type="password"] {
	box-shadow: none;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
}


textarea:focus, 
input:focus {
	color: #666;
}

iframe, 
embed, 
object {
	max-width: 100%;
	width: 100%;
	height: 100%;
}
/* Other Fixes */
*, 
*:before, 
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
* {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	border-spacing: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: normal;
    font-family:arial, "Microsoft Yahei","黑体", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	-webkit-tap-highlight-color: transparent;
	outline: 0 !important;
	text-decoration:none;
	color:#333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

::selection {
	color: #fff;
	background: #a3a3a3;
}

::-moz-selection {
	color: #fff;
	background: #a3a3a3;
}

::-webkit-input-placeholder {
	color: #838383;
	text-overflow: ellipsis;
}

:-moz-placeholder {
	color: #838383 !important;
	text-overflow: ellipsis;
	opacity: 1;
}

::-moz-placeholder {
	color: #838383 !important;
	text-overflow: ellipsis;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #838383 !important;
	text-overflow: ellipsis;
	opacity: 1;
}

/* ==========================================================================
 Typography
========================================================================== */

h1, 
h2 {
	font-weight: normal;
}

h1 {
	font-size: 45px;
	line-height: 60px;
	font-weight: 400;
	font-family: arial,'Microsoft Yahei', sans-serif;
	text-transform: none;
	margin: 0;
}

h2 {
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	font-family: arial,'Microsoft Yahei', sans-serif;
	text-transform: none;
	margin: 0;
}

h3 {
	font-size: 28px;
	line-height: 30px;
	font-weight: 400;
	text-transform: none;
	margin: 0;
}

h4 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 400;
	font-family: arial,'Microsoft Yahei',sans-serif;
	text-transform: none;
	margin: 0;
}

h5 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	font-family: arial,'Microsoft Yahei', sans-serif;
	text-transform: none;
	margin: 0;
}

h6 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	text-transform: none;
	margin: 0;
}
/* Float */
.text-left{
	text-align:left !important;
}
.text-right{
	text-align:right !important;
}
.text-center{
	text-align:center !important;
}
.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.clear-both {
    clear: both !important;
    float: none !important;
    margin: 0px !important;
    width: 0px !important;
    height: 0px !important;
    border: none !important;
    padding: 0 !important;
    min-height: auto !important;
}

.clearfix:before{
    display: table;
    content: " ";
}
.clearfix:after{
    content: '';
    display: block;
    clear: both;
}
.rj-icon{
    background: url(../images/rj-icon.png) no-repeat;
    display: block;
    position: relative;
}
section {
    overflow: hidden;
    position: relative;
	background:#fff;
    z-index: 9;
}
.nr-cz{
    vertical-align: middle;
    display: table-cell;
}
.nr-djz{
    position: relative;
    max-width: 1365px;
    margin: 0 auto;
}

.isotope, 
.isotope .portfolio-item, 
.isotope .post-item {
	-webkit-transition-duration: .8s;
	-moz-transition-duration: .8s;
	-ms-transition-duration: .8s;
	-o-transition-duration: .8s;
	transition-duration: .8s;
}

.align-center{
	text-align:center;
	line-height:0;
	font-size:0;
}
.align-left{
	text-align:left;
	line-height:0;
	font-size:0;
}
.align-right{
	text-align:right;
	line-height:0;
	font-size:0;
}
.align-left li,.align-right li,.align-center li{
	display:inline-block;
}
.cz-cen{
	-webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-flex;
}

.pagerMain{
    text-align: center;
}
.pagerMain a{
	width:auto;
	padding:0 15px;
	height:30px;
	border:1px solid #e4e4e4;
	line-height:30px;
    background: #fff;
	color:#666666;
	font-size:13px;
	display:inline-block;
	border-radius:2px;
	font-family:"宋体";
	margin:5px;
	border-radius:4px;
}
.pagerMain a.page_current{
	color:#fff;
	background:#472310;
	border:1px solid #472310;
}
.pagerMain a:hover{
	background:#cc0911;
	color:#fff;
}
.pagerMain span:first-child,.pagerMain span:last-child{
	display: none;
}

.jjbq-box{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.jjbq-box li{
    -webkit-box-flex: 0;
}

.container{
	width:1200px;
	margin:0 auto;
}
em{
	font-style:normal;
}
img{
    -webkit-user-drag: none;
	vertical-align: middle;
	max-width: 100%;
}
.time4{
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
}
.ho_til{
    width: 100%;
    text-align: center;
    margin: 40px 0 20px 0;
}
.ho_til h2{
    color: #393939;
    font-size:24px;
	line-height: 45px;
}
.ho_til p{
    color: #787878;
    font-size:14px;
	line-height: 20px;
}
/* Header */
header {
    z-index: 16;
    position: relative;
    width: 100%;
}
.navbar{
    z-index: 99;
    width: 100%;
    background: #fff;
}
.navbar .top{
	background: #e5e5e5;
	height: 40px;
}
.top p,.top_tel{
	float: left;
	color: #717171;
	font-size: 12px;
	line-height: 40px;
}
.top_link{
	float: right;
    height: 40px;
}
.top_link ul{
	float: left;
}
.top_link ul li{
	margin-right: 10px;
}
.top_link ul li a{
	color: #b41320;
	font-size: 12px;
	line-height: 40px;
}
.top_link ul li a i{
	width: 30px;
	height: 30px;
	display: inline-block;
	float: left;
	margin-top: 5px;
	margin-right: 2px;
}
.top_tel{
	float: left;
	padding-left: 10px;
}
.top_tel strong{
	color: #b41320;
	font-size: 14px;
}

.logo{
    width: 188px;
    float: left;
    height: 98px;
}
.nav-tab{
    float: right;
    z-index: 9;
}
.nav-tab .sub-li{
	position: relative;
	margin-left:50px;
	margin-top: 35px;
}
.nav-tab .sub-li a{
    color: #282828;
    font-size: 14px;
    display: block;
	line-height: 32px;
	position: relative;
}
.nav-tab .sub-li a::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
}
.nav-tab .sub-li:hover a.menu-links,.nav-tab .sub-li.current a.menu-links,.sub-menu li:hover a{
	color: #b41320;
}
.nav-tab .sub-li:hover a.menu-links::after,.nav-tab .sub-li.current a.menu-links::after{
	background: #b41320;
}
.sub-menu {
    position: absolute;
    background: #fff;
    left: 50%;
    padding: 30px 0 0;
    margin-left: -58px;
    top: 32px;
    z-index: 99999;
    text-align: center;
	width: 115px;
	display: none;  
}
.nav-tab .sub-menu li{
	display: block;
	line-height: 35px;
}
.nav-tab .sub-menu li a{
    line-height: 35px;
	font-size: 14px;
	border-top: 1px solid #b41320;
}


/*foot*/
#footer {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-repeat: repeat;
    background-position: 0 0;
    text-align: left;
    z-index: 0;
	background:#2a2a2a;
	padding: 40px 0 30px 0;
}
.foot{
	padding-bottom: 30px;
	background-color: red;
}
.foot_link{
	width: 1050px;
	float: left;
}
.foot_link h3{
	width: 130px;
	height: 40px;
	line-height: 40px;
	background: #333333;
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
}
.foot_link a{
	color: #929292;
	font-size: 14px;
	line-height: 20px;
	padding-right: 10px;
}
.foot_ewm{
	width: 100px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 22px;
}
.foot_ewm img{
	border-radius: 4px;
}
.foot_ewm span{
    float: right;
    color: #929292;
    font-size: 14px;
    line-height: 18px;
    display: block;
    width: 20px;
}
.foot_logo{
	padding: 40px 0 35px 0;
}
.foot_tel{
	text-align: right;
	padding-right: 40px;
}
.foot_tel h5{
	color: #969696;
	font-size: 14px;
	font-weight:700;
}
.foot_tel h3 i{
	width: 30px;
	height: 30px;
	background-position: -60px 0;
	float: left;
	margin-right: 5px;
}
.foot_tel h3{
	color: #969696;
	font-size: 20px;
	line-height: 32px;
}
.foot_xl{
	width: 200px;
}
.foot_con{
	padding-left: 40px;
	text-align: left;
}
.foot_con p,.foot_con strong,.foot_con p a{
	color: #aaaaaa;
	font-size: 14px;
	line-height: 30px;
}

.foot-bq_font{
	text-align: center;
	border-top: 1px solid #555555;
}
.font-wa,.font-wa a{
	color:#747474;
	font-size: 12px;
	line-height: 25px;
}


/*kf*/
.kef{
    z-index: 999999;
    background-color: #fff;
    position: fixed;
    top: 20%;
     right: 4px;
    width: 60px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
}
.kef span div, .kef {
    -webkit-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
}
.kef span {
    z-index: 1000001;
    transition: .5s;
    cursor: pointer;
    display: block;
    width: 100%;
	height: 60px;
	padding: 15px 0;
    border-bottom: 1px solid #d9d9d9;
    position: relative;
}
.kef span i{
	width: 30px;
	margin: 0 auto;
	height: 30px;
}
.kef span.kf_qq i{
	background-position: -90px 0;
}
.kef span.kf_ewm i{
	background-position: -120px 0;
}
.kef span.kf_ewm .kf_tce{
	display: none;
	width: 75px;
	height: 75px;
	right: 62px;
	top: -8px;
	position: absolute; 
}
.kef span.kf_wb i{
	background-position: -150px 0;
}
.kef span.kf_top i{
	background-position: -180px 0;
}
.kef span:nth-of-type(4){
	border-bottom:none;
}

/*message*/
.yyzx{
	width: 100%;
	background: rgba(0,0,0,0.85);
	position: fixed;
	bottom: 0;
	z-index: 999;
	padding: 20px 0;
}
.yyzx .container{
	position: relative;
}
.yyzx h2{
	color: #d21121;
	font-size: 22px;
	line-height: 40px;
}
.yycolse{
	width: 32px;
	height: 32px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.yycolse:hover{
	opacity: 0.5;
	transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}
.yycolse i{
	width: 32px;
	height: 32px;
	background-position: -210px 0;
}
.yy_mess-box{
	width: 1024px;
	float: left;
}
.yy_mess-box .form-group{
	font-size: 0;
}
.yy_mess-box .form-yzm {
    width: 270px;
	float: left;
}
.yy_mess-box input{
    width: 270px;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #666666;
    padding: 10px;
    background-repeat: no-repeat;
    background: #f3f3f3;
    background-size: 25px;
    background-position: 10px center;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	float: left;
}
.yy_mess-box .small-button{
	width: 135px;
	height: 40px;
	color: #fff;
	background: #b41320;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	margin-left: 20px;
}

.ser_tel {
    width: 160px;
    float: left;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
}
.ser_tel span{
    color: #ffffff;
    font-size: 15px;
    line-height: 17px;
}

































































</pre></body></html>